Include blockinput.h.
authorRichard M. Stallman <rms@gnu.org>
Wed, 7 Apr 1993 22:11:21 +0000 (22:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 7 Apr 1993 22:11:21 +0000 (22:11 +0000)
src/buffer.c
src/insdel.c

index ddfab45d14868b400e0d409004b957790af5865b..118519f36ff9782cc7b473ef77287ceb640a1b37 100644 (file)
@@ -36,6 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "buffer.h"
 #include "syntax.h"
 #include "indent.h"
+#include "blockinput.h"
 
 struct buffer *current_buffer;         /* the current buffer */
 
index 647c4beb3a4fcf1c4a66929196a8a1055ab6c062..a1b3b1ff113fdff7a756d040c971728ba82bee50 100644 (file)
@@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "intervals.h"
 #include "buffer.h"
 #include "window.h"
+#include "blockinput.h"
 
 /* Move gap to position `pos'.
    Note that this can quit!  */